home *** CD-ROM | disk | FTP | other *** search
- Short: COREWAR GAME ASSEMBLY VIRUS
- Action: NoStart
-
- MADgic41.lzh is Version 4.1 of The MADgic Core: Core War for the Amiga
- Copyright 1992 Mark A. Durham. It is freely distributable in its complete
- archived form.
-
- The archive should be decompressed to an empty floppy disk to get the
- full effect of the system. It requires about 77% of an 880K disk.
-
- Here are just some of the things new for version 4.1 of The MADgic Core:
-
- ASR
- ---
-
- Multiple file assembly -
- By far the biggest new feature for 4.1 is the ability to assemble
- multiple files with a single invocation of ASR. From the WorkBench,
- you SHIFT-Select multiple source files while starting up ASR. ASR
- will issue a report on each individual file as it is assembled as
- well as list the number of successful and failed assemblies at the
- end of execution. This will work even across volumes (different
- disks).
-
- From the Shell, just type the command ASR followed by a simple
- AmigaDOS pattern (one containing only #'s and/or ?'s). ASR can
- handle multiple directories with a single pattern. For instance,
- to assemble all of the ICWS tournament programs in each of the four
- directories as they appear on The MADgic Core disk in df0:,
- issue the command
-
- "ASR df0:#?/#?.s"
-
- ASR can handle even more levels (i.e. #?/#?/#?/#?.s) if necessary.
- Or you can just list multiple files (i.e. "ASR file1 file2 etc.").
-
- This feature has allowed the deletion of all of the object files from
- the tournament program directories to make room for other improvents.
-
- ToolTypes -
- ASR recognizes the following Tooltypes field of the ASR icon set
- using the WorkBench menu Info command. They are:
-
- WINDOW=<left>/<top>/<width>/<height> where <left> is the left edge
- of the assembly window, <top> is the top edge, <width> is the
- <width>, and <height> is the height (in pixels). Some
- combinations may not be available and could possibly result in
- a crash.
- NOCOMMAS=<TrueOrFalse> where <TrueOrFalse> is either TRUE or FALSE.
- NOCOMMAS=TRUE tells the assembler not to expect commas between
- operands. If this option is set, operands are separated by
- whitespace and therefore no whitespace can occur with operand
- expressions. Ordinarily ASR can determine whether operands
- are separated by whitespace or not, but some instructions can
- be ambiguous. Example: DAT 2 -1 (Is it "DAT (2-1)" or is it
- "DAT 2, -1"?).
- NOICONS=<TrueOrFalse> where NOICONS=TRUE keeps ASR from saving
- .info files along with the object files.
- DISPLAY=<TrueOrFalse> where DISPLAY=TRUE will list the assembly
- to the window.
- PRINT=<TrueOrFalse> where PRINT=TRUE will list the assembly to the
- PRT: device.
- VERSION=<version> where <version> is 86 for ICWS'86 and 88 is for
- ICWS'88. The fields for SPL were swapped between ICWS'86 and
- ICWS'88. This option tells the assembler how to assemble
- instructions like "SPL 0". The default is ICWS'88. Only MARS
- truly supports the ICWS'86 style assembly. SmallMARS and
- FastMARS really expect an ICWS'88 assembly, but otherwise
- behave as ICWS'86 rules dictate. There is no way for you to
- know whether an object file was assembled as ICWS'86 or ICWS'88,
- so I recommend you use this option only if you absolutely have
- to do so.
-
- Command line options -
- ASR supports many command line options from the Shell. They are:
-
- -c Same as NOCOMMAS=TRUE above.
- -i Same as NOICONS=TRUE above.
- -l Same as DISPLAY=TRUE above.
- -v86 Same as VERSION=86 above.
- -v88 Same as VERSION=88 above (the default).
-
- There are AmigaDOS style options which fulfill the same functions as
- the above. Here is the template for the ASR command:
-
- FILES/A/M,D=DISPLAY/S,P=PRINT,NC=NOCOMMAS/S,NI=NOICONS/S:
-
- Redcode support -
- ASR now supports all but the strangest abuses of Core War. Colons
- and underscores in labels are the most frequent characters now
- supported in 4.1 but not in previous versions.
-
-
- MARS
- ----
-
- Preloading filenames from WorkBench -
- If you SHIFT-Select one or two object file icons while starting up
- MARS from the WorkBench, the filenames are preloaded into the file
- requester brought up by the Load command. You still need to issue
- the Load command to actually load the programs. What is new for 4.1
- is that you can preload the file requester across volumes (disks).
-
- ToolTypes -
- You can set many defaults in the ToolTypes field of the MARS icon by
- using the WorkBench menu Info command. Here are the recognized tools:
-
- SIZE=<size> where <size> is any of the Core sizes available from
- the Core menu (2000, 4000, 8000, 8192, 16000, 32000, 64000,
- and 128000).
- CYCLES=<maximum cycles before declaring a draw>
- TASKS=<maximum number of tasks per warrior>
- COLOR=<rgb>|<rgb>|<rgb>|<rgb>|<rgb>|<rgb>|<rgb>|<rgb> where each
- r, g, or b is a hexidecimal number (0-F). The default colors
- are, in this order, grey, light blue, dark blue, white, black,
- light red, dark red, and green.
- VERSION=<version> where <version> is either 86 for the ICWS'86
- standard or 88 for the ICWS'88 standard.
-
- New for 4.1 are:
-
- CPU=<cpu type> where cpu type is MEMORY for Memory-Based and
- REGISTER for Register-Based.
- MEMORY=<left>/<top>/<width>/<height>/<display> where <left> is
- the left edge of the Memory Window, <top> the top edge,
- <width> the width, and <height> is the height. Some
- combinations may not be available. <display> is optional and
- can be either ON or OFF.
- TRACE=<left>/<top>/<width>/<height>/<display> where all the fields
- behave the same as above.
- GAUGE=<left>/<display>
- TIMER=<left>/<display>
- SOUND=<switch> where <switch> is either ON or OFF.
-
- MARS does not recognize any flags or commands from the Shell.
-
- Improved Style Guide Compliance -
- The Load requester no longer automatically selects the first string
- gadget. Select the first gadget with the mouse or type the <TAB> or
- <RETURN> keys to automatically select the first gadget. Otherwise,
- the <A>, <B>, or <R> keys will activate the A..., B..., or Random
- gadgets, respectively.
-
- Clicking outside active requesters will result in the Wait pointer
- (the 2.0 Stopwatch) being displayed. The Wait pointer now appears
- during every activity which may impede interacting with the program.
-
- More keyboard shortcuts -
- Almost every menu command now has a keyboard equivalent with at least
- a remote relationship to the command. (There are exceptions).
-
- New sound features -
- You can now control each warrior's sound volume individually from the
- Sound requester.
-
- New "processor" support -
- MARS now supports a Memory-Based interpretation of the standards as
- well as the original (default, and correct - so say I) Register-Based
- interpretation.
-
- New 2.0-look system gadgets -
- The Trace Window and Memory Window both now have system gadgets with
- 2.0-look system gadgets, even under 1.x versions of the operating
- system. This is a bit of an experimental hack, and I'm not sure
- whether I will keep them - or even if they will work under all
- circumstances.
-
-
- Mark A. Durham (MAD)
- Email: durham@ricevm1.rice.edu
- GEnie: M.DURHAM2
- USmail: P.O. Box 301173
- Houston, TX 77230-1173
- USA
-
-
- ============================= Archive contents =============================
-
- Original Packed Ratio Date Time Name
- -------- ------- ----- --------- -------- -------------
- 107 97 9.3% 03-May-92 16:23:40 .info
- 894 350 60.8% 03-May-92 14:43:34 1987.info
- 894 352 60.6% 03-May-92 14:43:28 1988.info
- 237 126 46.8% 07-Oct-89 11:19:38 1988.tm
- 894 353 60.5% 03-May-92 14:43:38 1989.info
- 894 352 60.6% 03-May-92 14:43:24 1990.info
- 23248 13605 41.4% 03-May-92 02:56:00 ASR
- : ©1992 Mark A. Durham
- 631 402 36.2% 09-Mar-92 23:49:02 ASR.info
- : ©1992 Mark A. Durham
- 1878 581 69.0% 03-May-92 14:49:22 Disk.info
- : ©1992 Mark A. Durham
- 54 38 29.6% 30-Jan-87 14:48:22 Dwarf.o
- 387 211 45.4% 03-May-92 14:43:18 Dwarf.o.info
- 193 111 42.4% 26-Jun-88 23:54:24 Dwarf.s
- 446 248 44.3% 03-May-92 14:43:14 Dwarf.s.info
- 15296 8321 45.6% 27-Jun-88 00:03:38 FastMARS
- : ©1992 Mark A. Durham
- 13320 7933 40.4% 11-Dec-91 01:56:02 FastMARS88
- : ©1992 Mark A. Durham
- 20 13 35.0% 11-Jul-91 23:59:00 IMP.o
- 387 210 45.7% 03-May-92 14:43:22 IMP.o.info
- 134 91 32.0% 26-Jun-88 23:53:56 IMP.s
- 446 246 44.8% 03-May-92 14:43:10 IMP.s.info
- 32827 9806 70.1% 12-Mar-92 00:20:48 Manual
- 961 289 69.9% 03-May-92 14:45:12 Manual.info
- 97804 43811 55.2% 03-May-92 02:55:28 MARS
- : ©1992 Mark A. Durham
- 635 384 39.5% 09-Mar-92 23:48:30 MARS.info
- : ©1992 Mark A. Durham
- 7406 3120 57.8% 03-May-92 16:17:38 New For 4.1
- 961 289 69.9% 03-May-92 16:29:28 New For 4.1.info
- 16756 10160 39.3% 03-May-92 02:57:00 Points
- 3273 1519 53.5% 03-May-92 02:58:12 points.c
- 1789 1023 42.8% 03-May-92 02:57:46 points.doc
- 2343 1237 47.2% 02-May-92 21:18:36 ReadMe
- 961 298 68.9% 03-May-92 14:45:08 ReadMe.info
- 15440 8587 44.3% 04-Jul-88 19:59:56 SmallMARS
- : ©1992 Mark A. Durham
- 13644 8042 41.0% 11-Dec-91 01:56:30 SmallMARS88
- : ©1992 Mark A. Durham
- 13868 8246 40.5% 11-Dec-91 01:56:56 TMARS
- : ©1992 Mark A. Durham
- 533 299 43.9% 10-Mar-92 00:12:30 1987/.info
- 837 223 73.3% 09-Jul-88 21:31:54 1987/CANCER.S
- 446 246 44.8% 04-Oct-89 00:29:48 1987/CANCER.S.info
- 300 125 58.3% 09-Jul-88 21:30:46 1987/CHANG1.S
- 446 247 44.6% 04-Oct-89 00:29:50 1987/CHANG1.S.info
- 252 114 54.7% 09-Jul-88 21:31:30 1987/DR. FROG.S
- 446 248 44.3% 04-Oct-89 00:30:54 1987/DR. FROG.S.info
- 688 233 66.1% 09-Jul-88 21:31:58 1987/DRACULA.S
- 446 249 44.1% 04-Oct-89 00:30:40 1987/DRACULA.S.info
- 253 129 49.0% 09-Jul-88 21:30:42 1987/DWOMP.S
- 446 248 44.3% 04-Oct-89 00:30:50 1987/DWOMP.S.info
- 335 157 53.1% 09-Jul-88 21:31:56 1987/FERRET.S
- 446 248 44.3% 04-Oct-89 00:30:44 1987/FERRET.S.info
- 446 172 61.4% 09-Jul-88 21:31:38 1987/JUMPER.S
- 446 248 44.3% 04-Oct-89 00:30:18 1987/JUMPER.S.info
- 1474 300 79.6% 09-Jul-88 21:31:36 1987/KWC72C.bak
- 1475 302 79.5% 04-Oct-89 01:11:44 1987/KWC72C.S
- 446 249 44.1% 04-Oct-89 00:30:16 1987/KWC72C.S.info
- 619 239 61.3% 09-Jul-88 21:30:48 1987/LINCOGS2.S
- 446 245 45.0% 04-Oct-89 00:29:52 1987/LINCOGS2.S.info
- 266 144 45.8% 09-Jul-88 21:31:40 1987/MICE.S
- 446 247 44.6% 04-Oct-89 00:30:56 1987/MICE.S.info
- 120 78 35.0% 09-Jul-88 21:31:12 1987/MINIDPLS.S
- 446 247 44.6% 04-Oct-89 00:30:48 1987/MINIDPLS.S.info
- 390 175 55.1% 09-Jul-88 21:31:42 1987/MINIDSPR.S
- 446 249 44.1% 04-Oct-89 00:30:46 1987/MINIDSPR.S.info
- 800 221 72.3% 09-Jul-88 21:30:54 1987/MOUSETRP.S
- 446 248 44.3% 04-Oct-89 00:30:22 1987/MOUSETRP.S.info
- 757 229 69.7% 09-Jul-88 21:30:32 1987/NFLUENZA.S
- 446 249 44.1% 04-Oct-89 00:30:26 1987/NFLUENZA.S.info
- 300 120 60.0% 09-Jul-88 21:31:46 1987/OGRE.S
- 446 248 44.3% 04-Oct-89 00:30:12 1987/OGRE.S.info
- 351 152 56.6% 09-Jul-88 21:30:36 1987/PHAGE.S
- 446 246 44.8% 04-Oct-89 00:29:56 1987/PHAGE.S.info
- 625 198 68.3% 09-Jul-88 21:30:52 1987/PIPER.S
- 446 246 44.8% 04-Oct-89 00:30:00 1987/PIPER.S.info
- 468 151 67.7% 09-Jul-88 21:30:56 1987/PLAGUE.S
- 446 246 44.8% 04-Oct-89 00:30:02 1987/PLAGUE.S.info
- 445 182 59.1% 09-Jul-88 21:30:44 1987/PMJUMP.S
- 446 247 44.6% 04-Oct-89 00:31:06 1987/PMJUMP.S.info
- 224 109 51.3% 09-Jul-88 21:31:20 1987/ROLLER.S
- 446 248 44.3% 04-Oct-89 00:30:58 1987/ROLLER.S.info
- 975 321 67.0% 09-Jul-88 21:31:04 1987/SCHINDLR.S
- 446 247 44.6% 04-Oct-89 00:30:30 1987/SCHINDLR.S.info
- 111 65 41.4% 09-Jul-88 21:31:18 1987/SPLAT.S
- 446 248 44.3% 04-Oct-89 00:30:10 1987/SPLAT.S.info
- 482 158 67.2% 09-Jul-88 21:30:30 1987/TRAPPER.S
- 446 248 44.3% 04-Oct-89 00:30:08 1987/TRAPPER.S.info
- 360 159 55.8% 09-Jul-88 21:31:44 1987/ULTIMA RATIO REGUM.S
- 446 247 44.6% 04-Oct-89 00:31:02 1987/ULTIMA RATIO REGUM.S.info
- 1239 347 71.9% 09-Jul-88 21:31:00 1987/VAMPSPRD.S
- 446 248 44.3% 04-Oct-89 00:30:34 1987/VAMPSPRD.S.info
- 745 243 67.3% 09-Jul-88 21:30:34 1987/W2.C
- 446 248 44.3% 04-Oct-89 00:30:38 1987/W2.C.info
- 1108 238 78.5% 09-Jul-88 21:31:50 1987/ZAMZOW.S
- 446 248 44.3% 04-Oct-89 00:30:04 1987/ZAMZOW.S.info
- 321 192 40.1% 04-Oct-89 02:49:10 1988/.info
- 821 235 71.3% 04-Oct-89 01:20:28 1988/asiwar.s
- 446 248 44.3% 04-Oct-89 00:39:38 1988/asiwar.s.info
- 2967 1040 64.9% 04-Oct-89 02:09:04 1988/cowboy.s
- 446 248 44.3% 04-Oct-89 00:39:42 1988/cowboy.s.info
- 581 242 58.3% 04-Oct-89 01:48:54 1988/death.s
- 446 249 44.1% 04-Oct-89 00:39:12 1988/death.s.info
- 20081 1926 90.4% 04-Oct-89 02:42:58 1988/dmdmule.s
- 446 248 44.3% 04-Oct-89 00:39:20 1988/dmdmule.s.info
- 1910 423 77.8% 04-Oct-89 02:15:16 1988/drdeath.s
- 446 248 44.3% 04-Oct-89 00:39:08 1988/drdeath.s.info
- 732 244 66.6% 04-Oct-89 01:21:10 1988/dude.s
- 446 247 44.6% 04-Oct-89 00:39:04 1988/dude.s.info
- 2255 402 82.1% 04-Oct-89 02:23:04 1988/fydgitr.s
- 446 248 44.3% 04-Oct-89 00:39:26 1988/fydgitr.s.info
- 446 249 44.1% 04-Oct-89 00:39:22 1988/hithard.s.info
- 647 237 63.3% 04-Oct-89 01:59:48 1988/hithard2.s
- 1267 330 73.9% 04-Oct-89 02:09:54 1988/immobili.s
- 446 249 44.1% 04-Oct-89 00:39:46 1988/immobili.s.info
- 20128 832 95.8% 04-Oct-89 02:13:56 1988/lux2t.s
- 446 246 44.8% 04-Oct-89 00:39:00 1988/lux2t.s.info
- 1760 531 69.8% 04-Oct-89 02:38:16 1988/muledna.s
- 446 248 44.3% 04-Oct-89 00:39:38 1988/muledna.s.info
- 819 226 72.4% 04-Oct-89 02:09:30 1988/sieve.s
- 446 246 44.8% 04-Oct-89 00:39:02 1988/sieve.s.info
- 1112 312 71.9% 04-Oct-89 01:57:26 1988/slaver.s
- 446 248 44.3% 04-Oct-89 00:39:30 1988/slaver.s.info
- 986 283 71.2% 04-Oct-89 01:18:32 1988/sud.s
- 446 248 44.3% 04-Oct-89 00:39:16 1988/sud.s.info
- 659 208 68.4% 04-Oct-89 01:59:10 1988/wally.s
- 446 247 44.6% 04-Oct-89 00:38:54 1988/wally.s.info
- 1741 358 79.4% 04-Oct-89 02:14:32 1988/waspnest.s
- 446 245 45.0% 04-Oct-89 00:38:56 1988/waspnest.s.info
- 2875 525 81.7% 04-Oct-89 02:08:18 1988/wipe5.s
- 446 249 44.1% 04-Oct-89 00:39:34 1988/wipe5.s.info
- 384 219 42.9% 10-Mar-92 00:28:06 1989/.info
- 268 119 55.5% 10-Mar-92 00:06:32 1989/BitStorm.s
- 446 249 44.1% 10-Mar-92 00:30:42 1989/BitStorm.s.info
- 757 287 62.0% 10-Mar-92 00:06:34 1989/Bruin.s
- 446 247 44.6% 10-Mar-92 00:29:48 1989/Bruin.s.info
- 1663 370 77.7% 10-Mar-92 00:05:18 1989/Hamlin.s
- 446 248 44.3% 10-Mar-92 00:30:38 1989/Hamlin.s.info
- 18563 982 94.7% 10-Mar-92 00:05:22 1989/Hypray.s
- 446 249 44.1% 10-Mar-92 00:30:20 1989/Hypray.s.info
- 18957 1454 92.3% 10-Mar-92 00:05:28 1989/Kili.s
- 446 249 44.1% 10-Mar-92 00:30:08 1989/Kili.s.info
- 337 152 54.8% 10-Mar-92 00:05:32 1989/Killer2.s
- 446 248 44.3% 10-Mar-92 00:30:54 1989/Killer2.s.info
- 496 215 56.6% 10-Mar-92 00:06:40 1989/MADFerret.s
- 446 250 43.9% 10-Mar-92 00:30:30 1989/MADFerret.s.info
- 1114 358 67.8% 10-Mar-92 00:05:40 1989/PowerBomb.s
- 446 248 44.3% 10-Mar-92 00:30:10 1989/PowerBomb.s.info
- 1517 684 54.9% 10-Mar-92 00:05:48 1989/Quarter.s
- 446 249 44.1% 10-Mar-92 00:30:44 1989/Quarter.s.info
- 1662 701 57.8% 10-Mar-92 00:05:54 1989/Quarter2.s
- 446 249 44.1% 10-Mar-92 00:30:04 1989/Quarter2.s.info
- 1299 342 73.6% 10-Mar-92 00:05:44 1989/QuickSand2.s
- 446 248 44.3% 10-Mar-92 00:30:22 1989/QuickSand2.s.info
- 259 134 48.2% 10-Mar-92 00:05:56 1989/RandomFire.s
- 446 246 44.8% 10-Mar-92 00:29:52 1989/RandomFire.s.info
- 1730 584 66.2% 10-Mar-92 00:06:00 1989/SAD2.s
- 446 249 44.1% 10-Mar-92 00:30:28 1989/SAD2.s.info
- 306 153 50.0% 10-Mar-92 00:06:02 1989/Scrambler.s
- 446 248 44.3% 10-Mar-92 00:30:48 1989/Scrambler.s.info
- 209 107 48.8% 10-Mar-92 00:06:06 1989/Sting2.s
- 446 248 44.3% 10-Mar-92 00:30:16 1989/Sting2.s.info
- 2868 1370 52.2% 10-Mar-92 00:06:10 1989/Tank.s
- 446 246 44.8% 10-Mar-92 00:30:52 1989/Tank.s.info
- 19951 3295 83.4% 10-Mar-92 00:06:18 1989/UmAccp.s
- 446 246 44.8% 10-Mar-92 00:29:56 1989/UmAccp.s.info
- 937 428 54.3% 10-Mar-92 00:06:28 1989/Vamp.s
- 446 247 44.6% 10-Mar-92 00:30:02 1989/Vamp.s.info
- 758 297 60.8% 10-Mar-92 00:06:24 1989/Wang1.s
- 446 248 44.3% 10-Mar-92 00:30:34 1989/Wang1.s.info
- 444 260 41.4% 10-Mar-92 00:46:26 1990/.info
- 1960 606 69.0% 10-Mar-92 00:10:36 1990/Basilisk.s
- 446 247 44.6% 10-Mar-92 00:47:10 1990/Basilisk.s.info
- 650 255 60.7% 10-Mar-92 00:10:38 1990/Beamer.s
- 446 248 44.3% 10-Mar-92 00:48:48 1990/Beamer.s.info
- 602 256 57.4% 10-Mar-92 00:10:50 1990/CatCan.s
- 446 249 44.1% 10-Mar-92 00:48:00 1990/CatCan.s.info
- 753 326 56.7% 10-Mar-92 00:10:54 1990/DAC.s
- 446 246 44.8% 10-Mar-92 00:47:16 1990/DAC.s.info
- 384 245 36.1% 10-Mar-92 00:10:20 1990/Dervish.s
- 446 249 44.1% 10-Mar-92 00:48:14 1990/Dervish.s.info
- 418 225 46.1% 10-Mar-92 00:10:24 1990/Divers.s
- 446 249 44.1% 10-Mar-92 00:48:28 1990/Divers.s.info
- 1006 403 59.9% 10-Mar-92 00:10:58 1990/DoubleStormII.s
- 446 249 44.1% 10-Mar-92 00:48:42 1990/DoubleStormII.s.info
- 2218 621 72.0% 10-Mar-92 00:10:26 1990/Gato.s
- 446 249 44.1% 10-Mar-92 00:48:52 1990/Gato.s.info
- 2371 506 78.6% 10-Mar-92 00:10:30 1990/Infester.s
- 446 249 44.1% 10-Mar-92 00:47:52 1990/Infester.s.info
- 348 200 42.5% 10-Mar-92 00:09:30 1990/Jujitsu.s
- 446 250 43.9% 10-Mar-92 00:47:58 1990/Jujitsu.s.info
- 429 193 55.0% 10-Mar-92 00:09:32 1990/LeapToad.s
- 446 248 44.3% 10-Mar-92 00:47:38 1990/LeapToad.s.info
- 797 343 56.9% 10-Mar-92 00:09:36 1990/Lightning.s
- 446 250 43.9% 10-Mar-92 00:48:10 1990/Lightning.s.info
- 1950 517 73.4% 10-Mar-92 00:09:44 1990/MrBeef.s
- 446 247 44.6% 10-Mar-92 00:47:44 1990/MrBeef.s.info
- 1172 447 61.8% 10-Mar-92 00:09:48 1990/Net.s
- 446 249 44.1% 10-Mar-92 00:48:56 1990/Net.s.info
- 1988 514 74.1% 10-Mar-92 00:09:54 1990/Paper.s
- 446 248 44.3% 10-Mar-92 00:48:44 1990/Paper.s.info
- 453 267 41.0% 10-Mar-92 00:09:58 1990/Scissors.s
- 446 247 44.6% 10-Mar-92 00:47:26 1990/Scissors.s.info
- 273 213 21.9% 10-Mar-92 00:10:02 1990/Spook.s
- 446 249 44.1% 10-Mar-92 00:48:32 1990/Spook.s.info
- 216 163 24.5% 10-Mar-92 00:10:04 1990/Stone.s
- 446 248 44.3% 10-Mar-92 00:47:48 1990/Stone.s.info
- 651 297 54.3% 10-Mar-92 00:10:06 1990/Trout.s
- 446 249 44.1% 10-Mar-92 00:47:36 1990/Trout.s.info
- 1305 698 46.5% 10-Mar-92 00:10:12 1990/Vlad.s
- 446 248 44.3% 10-Mar-92 00:48:06 1990/Vlad.s.info
- 378 259 31.4% 10-Mar-92 00:10:16 1990/Warrior42.s
- 446 249 44.1% 10-Mar-92 00:48:18 1990/Warrior42.s.info
- 1714 966 43.6% 10-Mar-92 00:07:38 1990/XTC.s
- 446 246 44.8% 10-Mar-92 00:47:20 1990/XTC.s.info
- 1903 517 72.8% 10-Mar-92 00:07:42 1990/ZD.s
- 446 246 44.8% 10-Mar-92 00:47:30 1990/ZD.s.info
- 1904 515 72.9% 10-Mar-92 00:07:44 1990/ZE.s
- 446 250 43.9% 10-Mar-92 00:48:24 1990/ZE.s.info
- -------- ------- ----- --------- --------
- 486792 188208 61.3% 14-Aug-92 23:00:00 212 files
-